From 77b1ff55eac7ac5cf6bb53db0610233ae58e074c Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 16 Jun 2023 14:52:54 -0600 Subject: [PATCH] bump version and update nixpkgs --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 21287b7..0d34369 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index 589f48d..ce20874 100644 --- a/flake.nix +++ b/flake.nix @@ -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; [