Unverified Commit 498c412c authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

imsprog: 1.5.2 -> 1.5.3 (#402830)

parents 2903f7cd 1f9551c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "imsprog";
  version = "1.5.2";
  version = "1.5.3";

  src = fetchFromGitHub {
    owner = "bigbigmdm";
    repo = "IMSProg";
    tag = "v${finalAttrs.version}";
    hash = "sha256-G2hD9h9hcuUO35z/k46+24KTgqGiufa3dwa4LQVA1yY=";
    hash = "sha256-vT2SAhHfgs4HR0V0Tu0MLCL9nizf9u4z/H70PJKhA9k=";
  };

  strictDeps = true;