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": {
"nixpkgs": {
"locked": {
"lastModified": 1684580438,
"narHash": "sha256-LUPswmDn6fXP3lEBJFA2Id8PkcYDgzUilevWackYVvQ=",
"lastModified": 1686751072,
"narHash": "sha256-i4TGoVhWiwSkGV8D8Hk8A3MZ68rmAxknEVwTYkE3Wjk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "7dc71aef32e8faf065cb171700792cf8a65c152d",
"rev": "98be10c950909515f626a776e862c24589fde969",
"type": "github"
},
"original": {

View File

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