Skip to content

Commit

Permalink
Merge pull request NixOS#289365 from r-ryantm/auto-update/noson
Browse files Browse the repository at this point in the history
noson: 5.6.3 -> 5.6.5
  • Loading branch information
drupol authored Feb 16, 2024
2 parents d8594e0 + c9543b3 commit a18b631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/noson/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "noson";
version = "5.6.3";
version = "5.6.5";

src = fetchFromGitHub {
owner = "janbar";
repo = "noson-app";
rev = finalAttrs.version;
hash = "sha256-Yv5p9yAEhJHm9ZDZlR76z10oGBNpdifR7ITXcAHIb54=";
hash = "sha256-UAhaTfj2lCBmHoVEK5IvJfJ9d1OSuZZ+3f5HaTx8hhA=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit a18b631

Please sign in to comment.