Skip to content

Commit 0a5a900

Browse files
committed
fscrypt-experimental: 0.2.7 -> 0.2.8
1 parent ba0a9d4 commit 0a5a900

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/os-specific/linux/fscrypt/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
buildGoModule rec {
66
pname = "fscrypt";
7-
version = "0.2.7";
7+
version = "0.2.8";
88

99
src = fetchFromGitHub {
1010
owner = "google";
1111
repo = "fscrypt";
1212
rev = "v${version}";
13-
sha256 = "0h1ssw9x37hvks8rcnsjq4nsl6djmhx53iiwrw8fw4lf3nlmdzpx";
13+
sha256 = "0433f9kx43842ic8dydxhz8plyyrrxvqqwg7kd5ghn599ix28avy";
1414
};
1515

1616
postPatch = ''
@@ -50,4 +50,4 @@ buildGoModule rec {
5050
platforms = platforms.linux;
5151
maintainers = with maintainers; [ primeos ];
5252
};
53-
}
53+
}

0 commit comments

Comments
 (0)