Merge pull request #308194 from r-ryantm/auto-update/dk

dk: 2.1 -> 2.2
This commit is contained in:
Weijia Wang 2024-05-03 10:34:10 +02:00 committed by GitHub
commit be50b0d559
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dk";
version = "2.1";
version = "2.2";
src = fetchFromBitbucket {
owner = "natemaia";
repo = "dk";
rev = "v${finalAttrs.version}";
hash = "sha256-bUt4Se4Gu7CZEdv1/VpU92ncq2MBKXG7T4Wpa/2rocI=";
hash = "sha256-u1fZTcfGLwKFeRADU55MFYDvtSOaOg5qtWB90xYpVuY=";
};
buildInputs = [