We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0a9d4 commit 0a5a900Copy full SHA for 0a5a900
1 file changed
pkgs/os-specific/linux/fscrypt/default.nix
@@ -4,13 +4,13 @@
4
5
buildGoModule rec {
6
pname = "fscrypt";
7
- version = "0.2.7";
+ version = "0.2.8";
8
9
src = fetchFromGitHub {
10
owner = "google";
11
repo = "fscrypt";
12
rev = "v${version}";
13
- sha256 = "0h1ssw9x37hvks8rcnsjq4nsl6djmhx53iiwrw8fw4lf3nlmdzpx";
+ sha256 = "0433f9kx43842ic8dydxhz8plyyrrxvqqwg7kd5ghn599ix28avy";
14
};
15
16
postPatch = ''
@@ -50,4 +50,4 @@ buildGoModule rec {
50
platforms = platforms.linux;
51
maintainers = with maintainers; [ primeos ];
52
53
-}
+}
0 commit comments