undefined-medium: 1.2 -> 1.3

This commit is contained in:
R. Ryantm 2024-04-30 18:00:58 +00:00
parent 705bad7ed6
commit 5b872f4d49

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "undefined-medium";
version = "1.2";
version = "1.3";
src = fetchzip {
url = "https://github.com/andirueckel/undefined-medium/archive/v1.2.zip";
hash = "sha256-hgHwi25T+aM7ljzk5uR4x+CqoRJ3/IOyktdp/mDW46I=";
url = "https://github.com/andirueckel/undefined-medium/archive/v1.3.zip";
hash = "sha256-cVdk6a0xijAQ/18W5jalqRS7IiPufMJW27Scns+nbEY=";
};
installPhase = ''