Skip to content

Commit

Permalink
hamster: 3.0.2 -> 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 22, 2024
1 parent 4e2e46f commit 3acbd72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/hamster/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

python3Packages.buildPythonApplication rec {
pname = "hamster";
version = "3.0.2";
version = "3.0.3";

format = "other";

src = fetchFromGitHub {
owner = "projecthamster";
repo = pname;
rev = "v${version}";
sha256 = "09ikiwc2izjvwqbbyp8knn190x5y4anwslkmb9k2h3r3jwrg2vd2";
rev = "refs/tags/v${version}";
sha256 = "sha256-cUmUvJP9Y3de5OaNgIxvigDsX2ww7NNRY5son/gg+WI=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 3acbd72

Please sign in to comment.