about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-09 13:08:58 -0500
committerGitHub <noreply@github.com>2024-01-09 13:08:58 -0500
commit6bda04eb17f4d6d1f3d2d864475754a8a8fd966d (patch)
tree26d2957007969e5e6509b2743bbeff0873e81f6e /pkgs/tools
parent45601f4a3edd5fd06312e7d3269c46d5d84a72bd (diff)
parent277739296ad2c764c40a727108f0e0b4a894a05e (diff)
Merge pull request #279802 from r-ryantm/auto-update/enc
enc: 1.1.2 -> 1.1.3
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/enc/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/enc/default.nix b/pkgs/tools/security/enc/default.nix
index 646d7c80559eb..ffacccf6a311a 100644
--- a/pkgs/tools/security/enc/default.nix
+++ b/pkgs/tools/security/enc/default.nix
@@ -7,16 +7,16 @@
 
 buildGoModule rec {
   pname = "enc";
-  version = "1.1.2";
+  version = "1.1.3";
 
   src = fetchFromGitHub {
     owner = "life4";
     repo = "enc";
     rev = version;
-    hash = "sha256-kVK/+pR3Rzg7oCjHKr+i+lK6nhqlBN6Wj92i4SKU2l0=";
+    hash = "sha256-G6x17CDAKpmqvl7FTycSQ5bF0JndNP+SlUoBVUk76IQ=";
   };
 
-  vendorHash = "sha256-6LNo4iBZDc0DTn8f/2PdCb6CNFCjU6o1xDkB5m/twJk=";
+  vendorHash = "sha256-lB4DoHB+hGKjIcrAjeCd8a5prTn8XFIWhzNakA7utHI=";
 
   nativeBuildInputs = [ installShellFiles ];