Skip to content

Commit ac690f3

Browse files
authored
_9pfs: 0.3 -> 0.4 (#355544)
2 parents b2e941f + f071ea7 commit ac690f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/_9/_9pfs/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "9pfs";
5-
version = "0.3";
5+
version = "0.4";
66

77
src = fetchFromGitHub {
88
owner = "ftrvxmtrx";
99
repo = "9pfs";
1010
rev = version;
11-
sha256 = "sha256-ywWG/H2ilt36mjlDSgIzYpardCFXpmbLiml6wy47XuA=";
11+
sha256 = "sha256-nlJ4Zh13T78r0Dn3Ky/XLhipeMbMFbn0qGCJnUCBd3Y=";
1212
};
1313

1414
postPatch = ''

0 commit comments

Comments
 (0)