jrnl 3.0 -> 3.3 https://github.com/jrnl-org/jrnl/releases attrpath: jrnl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v6mf6fyjbjhy5ajl8zcg3baah9h22cyd-packages.json.drv these 3 paths will be fetched (0.10 MiB download, 0.73 MiB unpacked): /nix/store/9kq514w9fvpaz0c7kx5kap7cznwhdac3-python3-3.10.9-env /nix/store/lg4dsjr2z0qj3z57n4sb9cw74fzacyz0-update-python-libraries /nix/store/pljzcydqc2ia67880h7h4rf7ghbqafvy-python3.10-toolz-0.12.0 copying path '/nix/store/pljzcydqc2ia67880h7h4rf7ghbqafvy-python3.10-toolz-0.12.0' from 'https://cache.nixos.org'... copying path '/nix/store/9kq514w9fvpaz0c7kx5kap7cznwhdac3-python3-3.10.9-env' from 'https://cache.nixos.org'... copying path '/nix/store/lg4dsjr2z0qj3z57n4sb9cw74fzacyz0-update-python-libraries' from 'https://cache.nixos.org'... building '/nix/store/v6mf6fyjbjhy5ajl8zcg3baah9h22cyd-packages.json.drv'... Going to be running update for following packages: - jrnl-3.0 Press Enter key to continue... Running update for: - jrnl-3.0: UPDATING ... - jrnl-3.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/misc/jrnl/default.nix b/pkgs/applications/misc/jrnl/default.nix index 141db33e8b1..a38f89e6029 100644 --- a/pkgs/applications/misc/jrnl/default.nix +++ b/pkgs/applications/misc/jrnl/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "jrnl"; - version = "3.0"; + version = "3.3"; format = "pyproject"; src = fetchFromGitHub { owner = "jrnl-org"; repo = pname; - rev = "v${version}"; - sha256 = "sha256-wyN7dlAbQwqvES8qEJ4Zo+fDMM/Lh9tNjf215Ywop10="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-e2w0E8t6s0OWx2ROme2GdyzWhmCc6hnMfSdLTZqt3bg="; }; nativeBuildInputs = with python3.pkgs; [ An auto update branch exists with message `jrnl: 3.0 -> 3.3`. New version is 3.3. An auto update branch exists with an equal or greater version