Skip to content

Commit

Permalink
jogger: 1.2.4-unstable-2024-04-05 -> 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa committed Nov 29, 2024
1 parent 1f197e6 commit a1ed423
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/jo/jogger/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@

stdenv.mkDerivation (finalAttrs: {
pname = "jogger";
version = "1.2.4-unstable-2024-04-05";
version = "1.2.5";

src = fetchFromGitea {
domain = "codeberg.org";
owner = "baarkerlounger";
repo = "jogger";
rev = "09386b9503a9b996b86ea4638268403868b24d6a";
hash = "sha256-oGjqYRHkYk22/RzDc5c0066SlOPGRGC6z/BTn1DM03o=";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-bju9XXMT6HRHG9QViO+FQCYQ+llrC+GP/AlIha0mxkM=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit (finalAttrs) pname version src;
hash = "sha256-+8mMJgLHLUdFLOwjhXolHcVUP+s/j6PlWeRh8sGRYTc=";
hash = "sha256-YCLIxKl4QCmqHx/WXwxpqOqIMx1Ab16QyAi+j542eoY=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit a1ed423

Please sign in to comment.