Unverified Commit fe2474ee authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #259477 from r-ryantm/auto-update/noson

noson: 5.4.1 -> 5.6.0
parents 9eb2cfc3 dedc923d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "noson";
  version = "5.4.1";
  version = "5.6.0";

  src = fetchFromGitHub {
    owner = "janbar";
    repo = "noson-app";
    rev = finalAttrs.version;
    hash = "sha256-7RrBfkUCRVzUGl+OT3OuoMlu4D3Sa7RpBefFgmfX1Fs=";
    hash = "sha256-ZOAnH7pdhlTbqHOM0kiCWcHYJvnskigWdz3N9WjtM0M=";
  };

  nativeBuildInputs = [