bump version and update nixpkgs

This commit is contained in:
Aaron Bieber 2023-06-16 14:52:54 -06:00
parent 372b5a58c4
commit 77b1ff55ea
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1684580438, "lastModified": 1686751072,
"narHash": "sha256-LUPswmDn6fXP3lEBJFA2Id8PkcYDgzUilevWackYVvQ=", "narHash": "sha256-i4TGoVhWiwSkGV8D8Hk8A3MZ68rmAxknEVwTYkE3Wjk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7dc71aef32e8faf065cb171700792cf8a65c152d", "rev": "98be10c950909515f626a776e862c24589fde969",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -20,7 +20,7 @@
in { in {
pr-status = pkgs.perlPackages.buildPerlPackage { pr-status = pkgs.perlPackages.buildPerlPackage {
pname = "pr-status"; pname = "pr-status";
version = "v0.0.3"; version = "v0.0.4";
src = ./.; src = ./.;
buildInputs = with pkgs; [ makeWrapper ]; buildInputs = with pkgs; [ makeWrapper ];
propagatedBuildInputs = with pkgs.perlPackages; [ propagatedBuildInputs = with pkgs.perlPackages; [