Skip to content

Commit e2458bf

Browse files
authored
pot: 3.0.6 -> 3.0.7 (#406312)
2 parents e9a1d2a + 69033de commit e2458bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/po/pot/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ let
2525
in
2626
stdenv.mkDerivation (finalAttrs: {
2727
pname = "pot";
28-
version = "3.0.6";
28+
version = "3.0.7";
2929

3030
src = fetchFromGitHub {
3131
owner = "pot-app";
3232
repo = "pot-desktop";
3333
tag = finalAttrs.version;
34-
hash = "sha256-PUXZT1kiInM/CXUoRko/5qlrRurGpQ4ym5YMTgFwuxE=";
34+
hash = "sha256-0Q1hf1AGAZv6jt05tV3F6++lzLpddvjhiykIhV40cPs=";
3535
};
3636

3737
sourceRoot = "${finalAttrs.src.name}/src-tauri";

0 commit comments

Comments
 (0)